home *** CD-ROM | disk | FTP | other *** search
- ; ---- symantec.itools.awt.View abstract parent class ----
-
- CLASS=symantec.itools.awt.View
-
-
- ; ---- symantec.itools.awt.TreeView component ----
-
- BASECLASS=java.awt.Component
- CLASS=symantec.itools.awt.TreeView
-
- SMALLICON=components\TreeView.ico, "0"
- ICONSUITE=Icons, "163"
-
- FOLDER=Utility
- TOOLBAR=Utility
-
- AWTEVENT=MOUSE
- AWTEVENT=KEYBOARD
- AWTEVENT=ACTION
-
- PROPERTY=String[], "Items", "TreeStructure", ""
- PROPERTY=Color, "Selection Foreground", "FgHilite", "white"
- PROPERTY=Color, "Selection Background", "BgHilite", "blue"
-
- CONNECTION=output, "int", "", "%name%.getCount()", "Get the number of nodes in the tree"
- CONNECTION=output, "int", "", "%name%.getViewCount()", "Get the number viewable nodes in the tree"
- CONNECTION=output, "String", "", "%name%.getSelectedText()", "Get the string for the selected node"
-
-